home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11477 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  748 b 

  1. Path: news.ncl.ac.uk!usenet
  2. From: n5830282 <Rejoice.Tsheko@ncl.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: 3d array
  5. Date: 14 Mar 1996 19:27:33 GMT
  6. Organization: Newcastle University
  7. Message-ID: <4i9rv5$8b1@whitbeck.ncl.ac.uk>
  8. NNTP-Posting-Host: barn15.ncl.ac.uk
  9. X-Newsreader: WinVN 0.92.5
  10.  
  11. working on 380kb image file, if i declare a 1D  my ccode works
  12. but declaring it 3D rasta[row][col][plane] works only for small data files,
  13. and fails for the biggest file which is 560040 unsigned integers of width 3 characters
  14.  
  15. any ideas to help me solve the error message below, i tried to use malloc
  16. but still...
  17.  
  18. []Pid 10190 received a SIGSEGV for stack growth failure.
  19. []Possible causes: insufficient memory or swap space,
  20. []or stack size exceeded maxssiz.
  21.